Code of Carotid Artery Image Segmentation 
by Laia Nadal
Date: 28th January 2016

This code contains the Matlab implementation of three methods:

	-Method 1: segmentation of two layers (LI, MA) of the carotid artery wall based on lumen extraction.

	-Method 2: segmentation of two layers (LI, MA) of the carotid artery wall based on a classification system (random forest).

	-Method 3: segmentation of two layers (LI, MA) of the carotid artery wall based on a classification system (stacked sequential learning).

The three methods are explained in the document of my final degree work.


Example of execution for each method:

	-Method 1: main(resolution,1)

	-Method 2: main(resolution,2)

	-Method 3: main(resolution,3)

where resolution is the resolution in pixels/mm of the input images.
